projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2469779
)
(syms_of_buffer) <header-line-format>: Doc fix.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 7 Mar 2001 14:14:58 +0000
(14:14 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 7 Mar 2001 14:14:58 +0000
(14:14 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 99e298a5cd052ed67115f515449a7e379c298f3d..e3ce4ad4f4b2d099011df137717a392ded932594 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-5044,8
+5044,8
@@
don't override it. This is the same as (default-value\n\
DEFVAR_PER_BUFFER ("header-line-format",
¤t_buffer->header_line_format,
Qnil,
- "Analogous to `mode-line-format', but for
a mode line displayed
\n\
-
at the top of windows
.");
+ "Analogous to `mode-line-format', but for
the mode line that can be
\n\
+
displayed at the top of a window
.");
DEFVAR_PER_BUFFER ("mode-line-format", ¤t_buffer->mode_line_format,
Qnil, 0);